﻿2026-07-22T02:23:42.7038426Z ##[group]Run actions/checkout@v5
2026-07-22T02:23:42.7039260Z with:
2026-07-22T02:23:42.7039865Z   fetch-depth: 0
2026-07-22T02:23:42.7040476Z   repository: BigscreenVR/spt-bs-core
2026-07-22T02:23:42.7045201Z   token: ***
2026-07-22T02:23:42.7045733Z   ssh-strict: true
2026-07-22T02:23:42.7046276Z   ssh-user: git
2026-07-22T02:23:42.7046855Z   persist-credentials: true
2026-07-22T02:23:42.7047462Z   clean: true
2026-07-22T02:23:42.7048009Z   sparse-checkout-cone-mode: true
2026-07-22T02:23:42.7048642Z   fetch-tags: false
2026-07-22T02:23:42.7049205Z   show-progress: true
2026-07-22T02:23:42.7049825Z   lfs: false
2026-07-22T02:23:42.7050342Z   submodules: false
2026-07-22T02:23:42.7050893Z   set-safe-directory: true
2026-07-22T02:23:42.7051537Z   allow-unsafe-pr-checkout: false
2026-07-22T02:23:42.7052221Z ##[endgroup]
2026-07-22T02:23:42.8827836Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T02:23:42.8829447Z ##[group]Getting Git version info
2026-07-22T02:23:42.8830608Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-22T02:23:42.9094650Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-22T02:23:43.0048392Z git version 2.43.0.windows.1
2026-07-22T02:23:43.0072682Z ##[endgroup]
2026-07-22T02:23:43.0080881Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\dd90feb7-4d47-4421-9fcd-bdedac39f26f\.gitconfig'
2026-07-22T02:23:43.0094836Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dd90feb7-4d47-4421-9fcd-bdedac39f26f' before making global git config changes
2026-07-22T02:23:43.0096439Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T02:23:43.0100580Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-22T02:23:43.1120074Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-22T02:23:43.1326766Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T02:23:43.1353278Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T02:23:43.1358034Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T02:23:43.2342577Z HEAD
2026-07-22T02:23:43.4071758Z ##[endgroup]
2026-07-22T02:23:43.4075546Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-22T02:23:44.0920062Z ##[group]Cleaning the repository
2026-07-22T02:23:44.0924623Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-22T02:23:45.4615590Z Removing target/
2026-07-22T02:23:45.4648074Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-22T02:23:45.5142670Z HEAD is now at 67d2ce77 Merge d28978798923c0d2f8d880b6e6458ec1d2acf2b1 into 9a299f9eba598ded073268a6d82a297d52a72947
2026-07-22T02:23:45.5164072Z ##[endgroup]
2026-07-22T02:23:45.5167830Z ##[group]Disabling automatic garbage collection
2026-07-22T02:23:45.5172410Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-22T02:23:45.5450673Z ##[endgroup]
2026-07-22T02:23:45.5457723Z ##[group]Setting up auth
2026-07-22T02:23:45.5458190Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-22T02:23:45.5745649Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-22T02:23:46.0498994Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T02:23:46.0785999Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-22T02:23:46.5722120Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T02:23:46.5953666Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-22T02:23:46.9878143Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-22T02:23:47.0216697Z ##[endgroup]
2026-07-22T02:23:47.0217118Z ##[group]Fetching the repository
2026-07-22T02:23:47.0226032Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/*
2026-07-22T02:23:47.7587354Z [command]"c:\program files\git\cmd\git.exe" branch --list --remote origin/main
2026-07-22T02:23:47.7920329Z   origin/main
2026-07-22T02:23:47.7943222Z [command]"c:\program files\git\cmd\git.exe" rev-parse refs/remotes/origin/main
2026-07-22T02:23:47.8159695Z 850d9b2786643faf17f12162af31ee23366b5b36
2026-07-22T02:23:47.8177940Z ##[endgroup]
2026-07-22T02:23:47.8178238Z ##[group]Determining the checkout info
2026-07-22T02:23:47.8179016Z ##[endgroup]
2026-07-22T02:23:47.8183617Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-22T02:23:47.8466866Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-22T02:23:47.8703128Z ##[group]Checking out the ref
2026-07-22T02:23:47.8707373Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-07-22T02:23:47.9444063Z branch 'main' set up to track 'origin/main'.
2026-07-22T02:23:47.9444569Z Your branch is up to date with 'origin/main'.
2026-07-22T02:23:47.9445829Z Previous HEAD position was 67d2ce77 Merge d28978798923c0d2f8d880b6e6458ec1d2acf2b1 into 9a299f9eba598ded073268a6d82a297d52a72947
2026-07-22T02:23:47.9446331Z Switched to and reset branch 'main'
2026-07-22T02:23:47.9466502Z ##[endgroup]
2026-07-22T02:23:47.9737341Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-22T02:23:47.9977828Z 850d9b2786643faf17f12162af31ee23366b5b36
